SetTimingRequest

data class SetTimingRequest(animationId: String, duration: Double, delay: Double)

Represents request frame that can be used with Animation#setTiming operation call.

Sets the timing of an animation node.

See also

Constructors

SetTimingRequest
Link copied to clipboard
fun SetTimingRequest(animationId: String, duration: Double, delay: Double)

Properties

animationId
Link copied to clipboard
val animationId: String
Animation id.
delay
Link copied to clipboard
val delay: Double
Delay of the animation.
duration
Link copied to clipboard
val duration: Double
Duration of the animation.

Sources

jvm source
Link copied to clipboard